home *** CD-ROM | disk | FTP | other *** search
/ SGI Cosmo Software 1997 May / SGI Cosmo Software 1997 May.iso / docs6.2 / relnotes / websupport / ch1.z / ch1
Text File  |  1997-05-23  |  4KB  |  135 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        1.  _I_n_t_r_o_d_u_c_t_i_o_n
  9.  
  10.        WebSupport is a collection of C++ classes providing an easy
  11.        to use communications layer API for World Wide Web
  12.        protocols.  Here are some features provided by websupport:
  13.  
  14.           +o libwio provides low-level interface designed to be
  15.             similar to file I/O calls like open(), read() and
  16.             write() so that existing applications can be made web-
  17.             aware with minimal redesign.
  18.  
  19.           +o libwebfetch class WebFetch provides higher-level
  20.             interface that handles prioritized fetching with a
  21.             transparent cache suitable for use in a separate
  22.             thread.
  23.  
  24.           +o libwebfetch class XWebFetch provides the function of
  25.             WebFetch with an easy to use Xt level interface that
  26.             handles all asynchronous fetching
  27.  
  28.           +o Built in cache for high performance surfing
  29.  
  30.           +o resource database mechanism, for setting parameters to
  31.             the library
  32.  
  33.           +o Blocking and non-blocking operation to allow for
  34.             asynchronous I/O
  35.  
  36.           +o mime-type and mailcap file utility routines
  37.  
  38.           +o integrated SOCKS support
  39.  
  40.           +o C library bindings
  41.  
  42.             This document contains the following chapters:
  43.  
  44.               1.  Introduction
  45.  
  46.               2.  Installation Information
  47.  
  48.               3.  Changes and Additions
  49.  
  50.               4.  Bug Fixes
  51.  
  52.               5.  Known Problems and Workarounds
  53.  
  54.               6.  Documentation Errors
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.        1.1  _R_e_l_e_a_s_e__I_d_e_n_t_i_f_i_c_a_t_i_o_n__I_n_f_o_r_m_a_t_i_o_n
  75.  
  76.        Following is the release identification information for
  77.        WebSupport:
  78.  
  79.                                       WebSupport
  80.        SSSSooooffffttttwwwwaaaarrrreeee PPPPrrrroooodddduuuucccctttt
  81.                                       1.2.1
  82.        VVVVeeeerrrrssssiiiioooonnnn
  83.                                       SC4-XXXX-X.X
  84.        PPPPrrrroooodddduuuucccctttt CCCCooooddddeeee
  85.                                       IRIX 5.3 or IRIX 6.2
  86.        SSSSyyyysssstttteeeemmmm SSSSooooffffttttwwwwaaaarrrreeee RRRReeeeqqqquuuuiiiirrrreeeemmmmeeeennnnttttssss
  87.  
  88.  
  89.  
  90.        1.2  _O_n_l_i_n_e__R_e_l_e_a_s_e__N_o_t_e_s
  91.  
  92.        After you install the online release notes for a product
  93.        (the _r_e_l_n_o_t_e_s subsystem), you can view the release notes on
  94.        your screen.
  95.  
  96.        Note:  You can read the online release notes for most
  97.               products before installing the software.  Refer to
  98.               the booklet in your CD-ROM case for more information.
  99.  
  100.        If you have a graphics system, select ``Release Notes'' from
  101.        the Help submenu of the Toolchest. This displays the
  102.        _g_r_e_l_n_o_t_e_s(1) graphical browser for the online release notes.
  103.  
  104.        Refer to the _g_r_e_l_n_o_t_e_s(1) man page for information on
  105.        options to this command.
  106.  
  107.        If you do not have a graphics system, you can use the
  108.        _r_e_l_n_o_t_e_s command.  Refer to the _r_e_l_n_o_t_e_s(1) man page for
  109.        accessing the online release notes.
  110.  
  111.        1.3  _P_r_o_d_u_c_t__S_u_p_p_o_r_t
  112.  
  113.        Silicon Graphics, Inc., provides a comprehensive product
  114.        support maintenance program for its products.
  115.  
  116.        If you are in the U.S. or Canada and would like support for
  117.        your Silicon Graphics-supported products, contact the
  118.        Technical Assistance Center at (800)800-4SGI.  If you are
  119.        outside these areas, contact the Silicon Graphics subsidiary
  120.        or authorized distributor in your country.
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.